﻿2026-07-26T11:48:06.0481032Z ##[group]Run set -euo pipefail
2026-07-26T11:48:06.0481366Z [36;1mset -euo pipefail[0m
2026-07-26T11:48:06.0481614Z [36;1mPIN=0c95435[0m
2026-07-26T11:48:06.0481853Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-26T11:48:06.0482123Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-26T11:48:06.0482508Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-26T11:48:06.0482955Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-26T11:48:06.0483423Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-26T11:48:06.0483818Z [36;1m  rm -rf "$CACHE"[0m
2026-07-26T11:48:06.0484077Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-26T11:48:06.0484382Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-26T11:48:06.0484744Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-26T11:48:06.0485092Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-26T11:48:06.0485405Z [36;1mfi[0m
2026-07-26T11:48:06.0485701Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-26T11:48:06.0499401Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-26T11:48:06.0499777Z env:
2026-07-26T11:48:06.0500002Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T11:48:06.0500278Z ##[endgroup]
2026-07-26T11:48:06.3443470Z    Compiling proc-macro2 v1.0.106
2026-07-26T11:48:06.3444164Z    Compiling unicode-ident v1.0.24
2026-07-26T11:48:06.3444686Z    Compiling quote v1.0.45
2026-07-26T11:48:06.3445263Z    Compiling libc v0.2.186
2026-07-26T11:48:06.3445750Z    Compiling serde_core v1.0.228
2026-07-26T11:48:06.3446160Z    Compiling cfg-if v1.0.4
2026-07-26T11:48:06.3446556Z    Compiling serde v1.0.228
2026-07-26T11:48:06.3491053Z    Compiling log v0.4.32
2026-07-26T11:48:06.3561245Z    Compiling pin-project-lite v0.2.17
2026-07-26T11:48:06.3590925Z    Compiling portable-atomic v1.13.1
2026-07-26T11:48:06.3591627Z    Compiling typenum v1.20.1
2026-07-26T11:48:06.3592010Z    Compiling version_check v0.9.5
2026-07-26T11:48:06.3678308Z    Compiling memchr v2.8.1
2026-07-26T11:48:06.3716565Z    Compiling critical-section v1.2.0
2026-07-26T11:48:06.3903047Z    Compiling find-msvc-tools v0.1.9
2026-07-26T11:48:06.4091552Z    Compiling shlex v2.0.1
2026-07-26T11:48:06.4684846Z    Compiling futures-core v0.3.32
2026-07-26T11:48:06.4793485Z    Compiling subtle v2.6.1
2026-07-26T11:48:06.4890942Z    Compiling bytes v1.11.1
2026-07-26T11:48:06.5909768Z    Compiling smallvec v1.15.1
2026-07-26T11:48:06.6028247Z    Compiling equivalent v1.0.2
2026-07-26T11:48:06.6416768Z    Compiling itoa v1.0.18
2026-07-26T11:48:06.6514757Z    Compiling semver v1.0.28
2026-07-26T11:48:06.6600870Z    Compiling stable_deref_trait v1.2.1
2026-07-26T11:48:06.6784214Z    Compiling futures-sink v0.3.32
2026-07-26T11:48:06.6890178Z    Compiling futures-io v0.3.32
2026-07-26T11:48:06.7158552Z    Compiling slab v0.4.12
2026-07-26T11:48:06.7351331Z    Compiling futures-task v0.3.32
2026-07-26T11:48:06.7798448Z    Compiling futures-channel v0.3.32
2026-07-26T11:48:06.7960963Z    Compiling generic-array v0.14.7
2026-07-26T11:48:06.8780519Z    Compiling rand_core v0.10.1
2026-07-26T11:48:06.8781153Z    Compiling rustversion v1.0.22
2026-07-26T11:48:06.9112952Z    Compiling bitflags v2.12.1
2026-07-26T11:48:06.9183908Z    Compiling hashbrown v0.17.1
2026-07-26T11:48:06.9429655Z    Compiling rustc_version v0.4.1
2026-07-26T11:48:06.9500803Z    Compiling cpufeatures v0.2.17
2026-07-26T11:48:06.9948410Z    Compiling getrandom v0.4.2
2026-07-26T11:48:07.0092925Z    Compiling fnv v1.0.7
2026-07-26T11:48:07.0559984Z    Compiling strsim v0.11.1
2026-07-26T11:48:07.0732563Z    Compiling cfg_aliases v0.2.1
2026-07-26T11:48:07.0820694Z    Compiling litemap v0.8.2
2026-07-26T11:48:07.1020559Z    Compiling writeable v0.6.3
2026-07-26T11:48:07.1610301Z    Compiling utf8_iter v1.0.4
2026-07-26T11:48:07.1998655Z    Compiling icu_properties_data v2.2.0
2026-07-26T11:48:07.2600823Z    Compiling ident_case v1.0.1
2026-07-26T11:48:07.2950552Z    Compiling icu_normalizer_data v2.2.0
2026-07-26T11:48:07.3020810Z    Compiling dunce v1.0.5
2026-07-26T11:48:07.3120903Z    Compiling fs_extra v1.3.0
2026-07-26T11:48:07.3611243Z    Compiling percent-encoding v2.3.2
2026-07-26T11:48:07.3774315Z    Compiling autocfg v1.5.1
2026-07-26T11:48:07.3830553Z    Compiling http v1.4.1
2026-07-26T11:48:07.5481417Z    Compiling cpufeatures v0.3.0
2026-07-26T11:48:07.5740666Z    Compiling aws-lc-rs v1.17.0
2026-07-26T11:48:07.6110516Z    Compiling thiserror v2.0.18
2026-07-26T11:48:07.6220808Z    Compiling unicode-segmentation v1.13.3
2026-07-26T11:48:07.6730187Z    Compiling scopeguard v1.2.0
2026-07-26T11:48:07.7230543Z    Compiling indexmap v2.14.0
2026-07-26T11:48:07.7540414Z    Compiling lock_api v0.4.14
2026-07-26T11:48:07.7700600Z    Compiling chacha20 v0.10.0
2026-07-26T11:48:07.8570731Z    Compiling syn v2.0.117
2026-07-26T11:48:07.9070795Z    Compiling form_urlencoded v1.2.2
2026-07-26T11:48:07.9122698Z    Compiling untrusted v0.9.0
2026-07-26T11:48:07.9127737Z    Compiling heck v0.5.0
2026-07-26T11:48:07.9259703Z    Compiling rustls v0.23.40
2026-07-26T11:48:08.0083672Z    Compiling const-oid v0.10.2
2026-07-26T11:48:08.0210432Z    Compiling atomic-waker v1.1.2
2026-07-26T11:48:08.0410712Z    Compiling anyhow v1.0.102
2026-07-26T11:48:08.0753291Z    Compiling convert_case v0.10.0
2026-07-26T11:48:08.1100421Z    Compiling unicode-xid v0.2.6
2026-07-26T11:48:08.1460310Z    Compiling httparse v1.10.1
2026-07-26T11:48:08.1640897Z    Compiling parking_lot_core v0.9.12
2026-07-26T11:48:08.1710416Z    Compiling paste v1.0.15
2026-07-26T11:48:08.2006605Z    Compiling zerocopy v0.8.50
2026-07-26T11:48:08.2230570Z    Compiling num-traits v0.2.19
2026-07-26T11:48:08.2300746Z    Compiling hybrid-array v0.4.12
2026-07-26T11:48:08.2650561Z    Compiling jobserver v0.1.34
2026-07-26T11:48:08.3160243Z    Compiling curve25519-dalek v4.1.3
2026-07-26T11:48:08.3750395Z    Compiling ahash v0.8.12
2026-07-26T11:48:08.4090472Z    Compiling powerfmt v0.2.0
2026-07-26T11:48:08.4230835Z    Compiling fastrand v2.4.1
2026-07-26T11:48:08.5100892Z    Compiling base64ct v1.8.3
2026-07-26T11:48:08.5520781Z    Compiling either v1.16.0
2026-07-26T11:48:08.5907134Z    Compiling http-body v1.0.1
2026-07-26T11:48:08.6204459Z    Compiling cc v1.2.63
2026-07-26T11:48:08.6730743Z    Compiling deranged v0.5.8
2026-07-26T11:48:08.7530715Z    Compiling crypto-common v0.1.7
2026-07-26T11:48:08.7670931Z    Compiling block-buffer v0.10.4
2026-07-26T11:48:08.8920813Z    Compiling pkg-config v0.3.33
2026-07-26T11:48:08.9291783Z    Compiling digest v0.10.7
2026-07-26T11:48:08.9461627Z    Compiling tower-service v0.3.3
2026-07-26T11:48:08.9532539Z    Compiling num-conv v0.2.2
2026-07-26T11:48:09.0380832Z    Compiling pem-rfc7468 v1.0.0
2026-07-26T11:48:09.0561051Z    Compiling data-encoding v2.11.0
2026-07-26T11:48:09.0751238Z    Compiling base64 v0.22.1
2026-07-26T11:48:09.1380584Z    Compiling mio v1.2.1
2026-07-26T11:48:09.1702033Z    Compiling socket2 v0.6.4
2026-07-26T11:48:09.1951232Z    Compiling getrandom v0.2.17
2026-07-26T11:48:09.4097801Z    Compiling rand_core v0.6.4
2026-07-26T11:48:09.4462728Z    Compiling vcpkg v0.2.15
2026-07-26T11:48:09.5743151Z    Compiling rand v0.10.1
2026-07-26T11:48:09.5911044Z    Compiling uuid v1.23.2
2026-07-26T11:48:09.6398172Z    Compiling time-core v0.1.8
2026-07-26T11:48:09.6491295Z    Compiling try-lock v0.2.5
2026-07-26T11:48:09.6498110Z    Compiling zmij v1.0.21
2026-07-26T11:48:09.6711058Z    Compiling tinyvec_macros v0.1.1
2026-07-26T11:48:09.7360647Z    Compiling want v0.3.1
2026-07-26T11:48:09.7560527Z    Compiling tinyvec v1.11.0
2026-07-26T11:48:09.7750748Z    Compiling parking_lot v0.12.5
2026-07-26T11:48:09.8311186Z    Compiling sha2 v0.10.9
2026-07-26T11:48:10.0261460Z    Compiling crypto-common v0.2.2
2026-07-26T11:48:10.1220942Z    Compiling block-buffer v0.12.0
2026-07-26T11:48:10.1610626Z    Compiling inout v0.1.4
2026-07-26T11:48:10.2762070Z    Compiling vergen-lib v9.1.0
2026-07-26T11:48:10.3167798Z    Compiling cmake v0.1.58
2026-07-26T11:48:10.3300333Z    Compiling n0-future v0.3.2
2026-07-26T11:48:10.3340772Z    Compiling winnow v1.0.3
2026-07-26T11:48:10.3861123Z    Compiling httpdate v1.0.3
2026-07-26T11:48:10.4066783Z    Compiling signature v2.2.0
2026-07-26T11:48:10.4680698Z    Compiling crossbeam-utils v0.8.21
2026-07-26T11:48:10.5045824Z    Compiling parking v2.2.1
2026-07-26T11:48:10.5270126Z    Compiling spin v0.10.0
2026-07-26T11:48:10.5491909Z    Compiling serde_json v1.0.150
2026-07-26T11:48:10.6110574Z    Compiling cordyceps v0.3.4
2026-07-26T11:48:10.6445705Z    Compiling diatomic-waker v0.2.3
2026-07-26T11:48:10.6710404Z    Compiling futures-lite v2.6.1
2026-07-26T11:48:10.7020489Z    Compiling ed25519 v2.2.3
2026-07-26T11:48:10.7545821Z    Compiling cipher v0.4.4
2026-07-26T11:48:10.7568796Z    Compiling netlink-packet-core v0.8.1
2026-07-26T11:48:10.7920559Z    Compiling universal-hash v0.5.1
2026-07-26T11:48:10.8550371Z    Compiling vergen-lib v0.1.6
2026-07-26T11:48:10.8641697Z    Compiling vergen v9.1.0
2026-07-26T11:48:10.9120438Z    Compiling digest v0.11.3
2026-07-26T11:48:10.9270457Z    Compiling heapless v0.7.17
2026-07-26T11:48:10.9380936Z    Compiling futures-buffered v0.2.13
2026-07-26T11:48:10.9782484Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-26T11:48:11.0011412Z    Compiling noq-udp v0.10.0
2026-07-26T11:48:11.0230503Z    Compiling sync_wrapper v1.0.2
2026-07-26T11:48:11.0330481Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-26T11:48:11.1170620Z    Compiling byteorder v1.5.0
2026-07-26T11:48:11.1314393Z    Compiling opaque-debug v0.3.1
2026-07-26T11:48:11.1381560Z    Compiling allocator-api2 v0.2.21
2026-07-26T11:48:11.1959646Z    Compiling polyval v0.6.2
2026-07-26T11:48:11.2361313Z    Compiling vergen-gitcl v1.0.8
2026-07-26T11:48:11.2643664Z    Compiling aws-lc-sys v0.41.0
2026-07-26T11:48:11.2647964Z    Compiling ring v0.17.14
2026-07-26T11:48:11.3713509Z    Compiling libsqlite3-sys v0.30.1
2026-07-26T11:48:11.4048529Z    Compiling hash32 v0.2.1
2026-07-26T11:48:11.4254110Z    Compiling spin v0.9.8
2026-07-26T11:48:11.4850375Z    Compiling signature v3.0.0
2026-07-26T11:48:11.5660571Z    Compiling num_threads v0.1.7
2026-07-26T11:48:11.5955893Z    Compiling fallible-iterator v0.3.0
2026-07-26T11:48:11.6100529Z    Compiling tower-layer v0.3.3
2026-07-26T11:48:11.6248604Z    Compiling ryu v1.0.23
2026-07-26T11:48:11.7016472Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-26T11:48:11.7170311Z    Compiling time v0.3.47
2026-07-26T11:48:11.7680416Z    Compiling ghash v0.5.1
2026-07-26T11:48:11.8350333Z    Compiling sha2 v0.11.0-rc.5
2026-07-26T11:48:11.8440771Z    Compiling aes v0.8.4
2026-07-26T11:48:11.8510231Z    Compiling ctr v0.9.2
2026-07-26T11:48:11.8820793Z    Compiling fs2 v0.4.3
2026-07-26T11:48:11.8931184Z    Compiling aead v0.5.2
2026-07-26T11:48:12.0040096Z    Compiling http-body-util v0.1.3
2026-07-26T11:48:12.0318642Z    Compiling arrayvec v0.7.6
2026-07-26T11:48:12.0340816Z    Compiling utf8parse v0.2.2
2026-07-26T11:48:12.0510834Z    Compiling openssl-probe v0.2.1
2026-07-26T11:48:12.0659291Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-26T11:48:12.1797250Z    Compiling crossbeam-channel v0.5.15
2026-07-26T11:48:12.2127301Z    Compiling crossbeam-epoch v0.9.18
2026-07-26T11:48:12.2383860Z    Compiling blake3 v1.8.5
2026-07-26T11:48:12.2686946Z    Compiling netlink-packet-route v0.29.0
2026-07-26T11:48:12.2944483Z    Compiling memoffset v0.6.5
2026-07-26T11:48:12.3902074Z    Compiling aes-gcm v0.10.3
2026-07-26T11:48:12.4561741Z    Compiling acto v0.8.2
2026-07-26T11:48:12.5594909Z    Compiling noq v0.18.0
2026-07-26T11:48:12.5813963Z    Compiling netwatch v0.16.0
2026-07-26T11:48:12.6503837Z    Compiling tagptr v0.2.0
2026-07-26T11:48:12.6689808Z    Compiling thiserror v1.0.69
2026-07-26T11:48:12.7185049Z    Compiling rustc-hash v2.1.2
2026-07-26T11:48:12.7940637Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-26T11:48:12.8091737Z    Compiling ref-cast v1.0.25
2026-07-26T11:48:12.8134224Z    Compiling lru-slab v0.1.2
2026-07-26T11:48:12.8241112Z    Compiling sorted-index-buffer v0.2.1
2026-07-26T11:48:12.9343421Z    Compiling foldhash v0.2.0
2026-07-26T11:48:12.9540492Z    Compiling mac-addr v0.3.0
2026-07-26T11:48:12.9600361Z    Compiling identity-hash v0.1.0
2026-07-26T11:48:12.9765621Z    Compiling rustix v1.1.4
2026-07-26T11:48:13.0475820Z    Compiling xml-rs v0.8.28
2026-07-26T11:48:13.1096088Z    Compiling hashbrown v0.16.1
2026-07-26T11:48:13.1731298Z    Compiling netlink-packet-route v0.30.0
2026-07-26T11:48:13.2330613Z    Compiling serial-core v0.4.0
2026-07-26T11:48:13.4064669Z    Compiling ioctl-rs v0.1.6
2026-07-26T11:48:13.4936090Z    Compiling termios v0.2.2
2026-07-26T11:48:13.5026271Z    Compiling errno v0.3.14
2026-07-26T11:48:13.5151310Z    Compiling aho-corasick v1.1.4
2026-07-26T11:48:13.6286245Z    Compiling proc-macro-crate v3.5.0
2026-07-26T11:48:13.6480234Z    Compiling simple-dns v0.9.3
2026-07-26T11:48:13.7420594Z    Compiling sha1_smol v1.0.1
2026-07-26T11:48:13.9160534Z    Compiling synstructure v0.13.2
2026-07-26T11:48:13.9565875Z    Compiling darling_core v0.20.11
2026-07-26T11:48:13.9670528Z    Compiling serde_derive_internals v0.29.1
2026-07-26T11:48:14.1968725Z    Compiling xmltree v0.10.3
2026-07-26T11:48:14.2246902Z    Compiling signal-hook v0.3.18
2026-07-26T11:48:14.2660405Z    Compiling linux-raw-sys v0.12.1
2026-07-26T11:48:14.2924166Z    Compiling constant_time_eq v0.4.2
2026-07-26T11:48:14.4320597Z    Compiling resolv-conf v0.7.6
2026-07-26T11:48:14.4500725Z    Compiling smol_str v0.1.24
2026-07-26T11:48:14.5490728Z    Compiling winnow v0.7.15
2026-07-26T11:48:14.7186596Z    Compiling simdutf8 v0.1.5
2026-07-26T11:48:14.7330689Z    Compiling toml_write v0.1.2
2026-07-26T11:48:14.7710492Z    Compiling arrayref v0.3.9
2026-07-26T11:48:14.8018878Z    Compiling regex-syntax v0.8.10
2026-07-26T11:48:14.9856983Z    Compiling lru v0.16.4
2026-07-26T11:48:15.0193511Z    Compiling darling_core v0.23.0
2026-07-26T11:48:15.1710702Z    Compiling serial-unix v0.4.0
2026-07-26T11:48:15.1790743Z    Compiling signal-hook-registry v1.4.8
2026-07-26T11:48:15.4587451Z    Compiling serde_bytes v0.11.19
2026-07-26T11:48:15.5661160Z    Compiling hmac v0.12.1
2026-07-26T11:48:15.6440544Z    Compiling seize v0.5.1
2026-07-26T11:48:15.7012945Z    Compiling iroh v0.98.2
2026-07-26T11:48:15.7110509Z    Compiling cmov v0.5.4
2026-07-26T11:48:15.9275049Z    Compiling pin-utils v0.1.0
2026-07-26T11:48:15.9342593Z    Compiling dyn-clone v1.0.20
2026-07-26T11:48:15.9653918Z    Compiling serde_derive v1.0.228
2026-07-26T11:48:15.9794004Z    Compiling zeroize_derive v1.4.3
2026-07-26T11:48:16.0573835Z    Compiling tokio-macros v2.7.0
2026-07-26T11:48:16.0916585Z    Compiling futures-macro v0.3.32
2026-07-26T11:48:16.3547634Z    Compiling zerofrom-derive v0.1.7
2026-07-26T11:48:16.5840279Z    Compiling zeroize v1.8.2
2026-07-26T11:48:16.7439345Z    Compiling tokio v1.52.3
2026-07-26T11:48:16.8000479Z    Compiling yoke-derive v0.8.2
2026-07-26T11:48:16.8260749Z    Compiling zerovec-derive v0.11.3
2026-07-26T11:48:17.1050470Z    Compiling futures-util v0.3.32
2026-07-26T11:48:17.1848759Z    Compiling displaydoc v0.2.6
2026-07-26T11:48:17.2131045Z    Compiling tracing-attributes v0.1.31
2026-07-26T11:48:17.4090904Z    Compiling rustls-pki-types v1.14.1
2026-07-26T11:48:17.8217951Z    Compiling zerofrom v0.1.8
2026-07-26T11:48:17.9634881Z    Compiling thiserror-impl v2.0.18
2026-07-26T11:48:18.0481751Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-26T11:48:18.2350776Z    Compiling yoke v0.8.3
2026-07-26T11:48:18.4500149Z    Compiling zerotrie v0.2.4
2026-07-26T11:48:18.4740951Z    Compiling zerovec v0.11.6
2026-07-26T11:48:18.5742284Z    Compiling darling_macro v0.20.11
2026-07-26T11:48:18.7936996Z    Compiling derive_more-impl v2.1.1
2026-07-26T11:48:18.8480960Z    Compiling n0-error-macros v0.1.3
2026-07-26T11:48:18.9193297Z    Compiling spez v0.1.2
2026-07-26T11:48:19.0240403Z    Compiling darling v0.20.11
2026-07-26T11:48:19.1351342Z    Compiling derive_builder_core v0.20.2
2026-07-26T11:48:19.2810561Z    Compiling tinystr v0.8.3
2026-07-26T11:48:19.3390641Z    Compiling potential_utf v0.1.5
2026-07-26T11:48:19.3840375Z    Compiling der v0.8.0-rc.10
2026-07-26T11:48:19.5090521Z    Compiling icu_locale_core v2.2.0
2026-07-26T11:48:19.5175192Z    Compiling icu_collections v2.2.0
2026-07-26T11:48:19.9445587Z    Compiling pin-project-internal v1.1.13
2026-07-26T11:48:19.9950525Z    Compiling n0-error v0.1.3
2026-07-26T11:48:20.3051871Z    Compiling ed25519-dalek v2.2.0
2026-07-26T11:48:20.3670564Z    Compiling cobs v0.3.0
2026-07-26T11:48:20.5339463Z    Compiling derive_builder_macro v0.20.2
2026-07-26T11:48:20.5880584Z    Compiling spt-proto v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-26T11:48:20.6860666Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-26T11:48:20.8510306Z    Compiling derive_builder v0.20.2
2026-07-26T11:48:20.9236395Z    Compiling icu_provider v2.2.0
2026-07-26T11:48:20.9451713Z    Compiling spki v0.8.0-rc.4
2026-07-26T11:48:21.1474128Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-26T11:48:21.2210645Z    Compiling futures-executor v0.3.32
2026-07-26T11:48:21.3278336Z    Compiling icu_properties v2.2.0
2026-07-26T11:48:21.4257263Z    Compiling icu_normalizer v2.2.0
2026-07-26T11:48:21.4445309Z    Compiling ipnet v2.12.0
2026-07-26T11:48:21.4760645Z    Compiling pin-project v1.1.13
2026-07-26T11:48:21.5211084Z    Compiling futures v0.3.32
2026-07-26T11:48:21.5840303Z    Compiling ed25519 v3.0.0-rc.4
2026-07-26T11:48:21.6790717Z    Compiling postcard-derive v0.2.2
2026-07-26T11:48:21.9480609Z    Compiling prefix-trie v0.8.4
2026-07-26T11:48:22.1500891Z    Compiling once_cell v1.21.4
2026-07-26T11:48:22.2550687Z    Compiling data-encoding-macro v0.1.20
2026-07-26T11:48:22.2720797Z    Compiling rustls-native-certs v0.8.4
2026-07-26T11:48:22.2850824Z    Compiling iroh-metrics-derive v0.4.1
2026-07-26T11:48:22.3130851Z    Compiling async-trait v0.1.89
2026-07-26T11:48:22.3330869Z    Compiling enum-assoc v1.3.0
2026-07-26T11:48:22.3740569Z    Compiling postcard v1.1.3
2026-07-26T11:48:22.4750780Z    Compiling tracing-core v0.1.36
2026-07-26T11:48:22.7362978Z    Compiling tokio-util v0.7.18
2026-07-26T11:48:22.7742084Z    Compiling idna_adapter v1.2.2
2026-07-26T11:48:22.8380546Z    Compiling netlink-sys v0.8.8
2026-07-26T11:48:22.8410203Z    Compiling tower v0.5.3
2026-07-26T11:48:22.8871343Z    Compiling idna v1.1.0
2026-07-26T11:48:22.8974072Z    Compiling strum_macros v0.28.0
2026-07-26T11:48:22.9574590Z    Compiling hashbrown v0.14.5
2026-07-26T11:48:23.1030957Z    Compiling tracing v0.1.44
2026-07-26T11:48:23.1301086Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-26T11:48:23.2205951Z    Compiling num_enum_derive v0.7.6
2026-07-26T11:48:23.2981543Z    Compiling netdev v0.42.0
2026-07-26T11:48:23.3590555Z    Compiling url v2.5.8
2026-07-26T11:48:23.4550976Z    Compiling derive_more v2.1.1
2026-07-26T11:48:23.5256706Z    Compiling iroh-metrics v0.38.3
2026-07-26T11:48:23.6333657Z    Compiling netlink-proto v0.12.0
2026-07-26T11:48:23.6520536Z    Compiling iroh-relay v0.98.0
2026-07-26T11:48:23.6596051Z    Compiling moka v0.12.15
2026-07-26T11:48:23.7879838Z    Compiling h2 v0.4.14
2026-07-26T11:48:23.8401107Z    Compiling hashlink v0.9.1
2026-07-26T11:48:23.9312673Z    Compiling tokio-stream v0.1.18
2026-07-26T11:48:23.9450419Z    Compiling serde_spanned v0.6.9
2026-07-26T11:48:24.0267716Z    Compiling n0-watcher v0.6.1
2026-07-26T11:48:24.0360500Z    Compiling toml_datetime v0.6.11
2026-07-26T11:48:24.0803236Z    Compiling ref-cast-impl v1.0.25
2026-07-26T11:48:24.1031649Z    Compiling thiserror-impl v1.0.69
2026-07-26T11:48:24.2752219Z    Compiling rusqlite v0.32.1
2026-07-26T11:48:24.2976799Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-26T11:48:24.3425679Z    Compiling num_enum v0.7.6
2026-07-26T11:48:24.4140282Z    Compiling iroh-base v0.98.0
2026-07-26T11:48:24.4355895Z    Compiling attohttpc v0.30.1
2026-07-26T11:48:24.5092343Z    Compiling tower-http v0.6.11
2026-07-26T11:48:24.5874242Z    Compiling toml_edit v0.22.27
2026-07-26T11:48:24.8661699Z    Compiling webpki-roots v1.0.7
2026-07-26T11:48:24.9022265Z    Compiling regex-automata v0.4.14
2026-07-26T11:48:24.9785001Z    Compiling schemars_derive v1.2.1
2026-07-26T11:48:25.0857917Z    Compiling bitflags v1.3.2
2026-07-26T11:48:25.0950376Z    Compiling rustix v0.38.44
2026-07-26T11:48:25.1760593Z    Compiling nix v0.25.1
2026-07-26T11:48:25.2800549Z    Compiling backon v1.6.0
2026-07-26T11:48:25.5030750Z    Compiling spt-store v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-26T11:48:25.5891492Z    Compiling darling_macro v0.23.0
2026-07-26T11:48:25.6202547Z    Compiling ctutils v0.4.2
2026-07-26T11:48:25.8807098Z    Compiling filedescriptor v0.8.3
2026-07-26T11:48:25.9685184Z    Compiling papaya v0.2.4
2026-07-26T11:48:25.9810365Z    Compiling strum v0.28.0
2026-07-26T11:48:26.0089718Z    Compiling hkdf v0.12.4
2026-07-26T11:48:26.0820759Z    Compiling iroh-dns v0.98.0
2026-07-26T11:48:26.1689494Z    Compiling serial v0.4.0
2026-07-26T11:48:26.2450399Z    Compiling anstyle-parse v1.0.0
2026-07-26T11:48:26.2582313Z    Compiling vte_generate_state_changes v0.1.2
2026-07-26T11:48:26.2804437Z    Compiling foldhash v0.1.5
2026-07-26T11:48:26.4800974Z    Compiling shell-words v1.1.1
2026-07-26T11:48:26.4900469Z    Compiling linux-raw-sys v0.4.15
2026-07-26T11:48:26.5278644Z    Compiling is_terminal_polyfill v1.70.2
2026-07-26T11:48:26.5554353Z    Compiling instability v0.3.12
2026-07-26T11:48:26.5690291Z    Compiling unicode-width v0.2.0
2026-07-26T11:48:26.6120760Z    Compiling anstyle v1.0.14
2026-07-26T11:48:26.6250483Z    Compiling colorchoice v1.0.5
2026-07-26T11:48:26.6628868Z    Compiling anstyle-query v1.1.5
2026-07-26T11:48:26.7346582Z    Compiling downcast-rs v1.2.1
2026-07-26T11:48:26.7560712Z    Compiling vte v0.13.1
2026-07-26T11:48:26.7800688Z    Compiling hashbrown v0.15.5
2026-07-26T11:48:26.8340937Z    Compiling anstream v1.0.0
2026-07-26T11:48:26.8740370Z    Compiling signal-hook-mio v0.2.5
2026-07-26T11:48:26.9450793Z    Compiling spake2 v0.4.0
2026-07-26T11:48:26.9991636Z    Compiling darling v0.23.0
2026-07-26T11:48:27.0600548Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-26T11:48:27.1180657Z    Compiling terminal_size v0.4.4
2026-07-26T11:48:27.1359727Z    Compiling schemars v1.2.1
2026-07-26T11:48:27.2410775Z    Compiling strum_macros v0.26.4
2026-07-26T11:48:27.3070806Z    Compiling sha1 v0.10.6
2026-07-26T11:48:27.3941087Z    Compiling toml v0.8.23
2026-07-26T11:48:27.6080944Z    Compiling itertools v0.13.0
2026-07-26T11:48:27.6210633Z    Compiling castaway v0.2.4
2026-07-26T11:48:27.7612300Z    Compiling doctest-file v1.1.1
2026-07-26T11:48:27.9613153Z    Compiling regex v1.12.3
2026-07-26T11:48:28.2570948Z    Compiling indoc v2.0.7
2026-07-26T11:48:28.3140771Z    Compiling static_assertions v1.1.0
2026-07-26T11:48:28.3860751Z    Compiling unicode-width v0.1.14
2026-07-26T11:48:28.3930584Z    Compiling clap_lex v1.1.0
2026-07-26T11:48:28.6630529Z    Compiling clap_builder v4.6.0
2026-07-26T11:48:28.6799055Z    Compiling compact_str v0.8.2
2026-07-26T11:48:28.6929582Z    Compiling interprocess v2.4.2
2026-07-26T11:48:29.4370609Z    Compiling crossterm v0.28.1
2026-07-26T11:48:29.5531134Z    Compiling portable-pty v0.8.1
2026-07-26T11:48:29.6304646Z    Compiling hyper v1.10.1
2026-07-26T11:48:29.6460804Z    Compiling strum v0.26.3
2026-07-26T11:48:29.7660566Z    Compiling unicode-truncate v1.1.0
2026-07-26T11:48:29.8220915Z    Compiling lru v0.12.5
2026-07-26T11:48:29.8463402Z    Compiling clap_derive v4.6.1
2026-07-26T11:48:29.9200056Z    Compiling spt-msg v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-26T11:48:29.9341003Z    Compiling cassowary v0.3.0
2026-07-26T11:48:30.0089915Z    Compiling iana-time-zone v0.1.65
2026-07-26T11:48:30.0166375Z    Compiling nucleo-matcher v0.3.1
2026-07-26T11:48:30.3217774Z    Compiling spt-runtime v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-26T11:48:30.3750975Z    Compiling spt-term v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-26T11:48:30.7490822Z    Compiling ratatui v0.29.0
2026-07-26T11:48:30.8208041Z    Compiling chrono v0.4.45
2026-07-26T11:48:30.8387282Z    Compiling qrcode v0.14.1
2026-07-26T11:48:30.8833200Z    Compiling tempfile v3.27.0
2026-07-26T11:48:31.4130017Z    Compiling hyper-util v0.1.20
2026-07-26T11:48:32.3482307Z    Compiling clap v4.6.1
2026-07-26T11:48:33.4123299Z    Compiling igd-next v0.17.1
2026-07-26T11:48:33.7110778Z    Compiling spt-live v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-26T11:48:34.5487910Z    Compiling portmapper v0.16.0
2026-07-26T11:48:39.7555136Z    Compiling rustls-webpki v0.103.13
2026-07-26T11:48:42.1228301Z    Compiling tokio-rustls v0.26.4
2026-07-26T11:48:42.1229083Z    Compiling noq-proto v0.17.0
2026-07-26T11:48:42.1229584Z    Compiling rustls-platform-verifier v0.7.0
2026-07-26T11:48:42.2653137Z    Compiling hyper-rustls v0.27.9
2026-07-26T11:48:42.2654021Z    Compiling hickory-net v0.26.0-beta.4
2026-07-26T11:48:42.2654519Z    Compiling tokio-websockets v0.13.2
2026-07-26T11:48:42.3934223Z    Compiling reqwest v0.13.4
2026-07-26T11:48:43.3359625Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-26T11:48:57.5200842Z    Compiling spt-net v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-26T11:48:59.0402239Z    Compiling spt-daemon v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-26T11:49:08.5552642Z    Compiling spt v0.43.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-26T11:49:13.5177079Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-26T11:49:13.5412889Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-8a1874b96d0350f1)
2026-07-26T11:49:13.5426131Z 
2026-07-26T11:49:13.5426423Z running 1 test
2026-07-26T11:49:19.7337387Z test new_brain_serves_against_old_broker ... ok
2026-07-26T11:49:19.7337730Z 
2026-07-26T11:49:19.7337990Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-26T11:49:19.7338364Z 
